projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c24517
)
(note_mouse_highlight): Add help echo for dragging vertical line.
author
Nick Roberts
<nickrob@snap.net.nz>
Thu, 13 Apr 2006 01:21:48 +0000
(
01:21
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Thu, 13 Apr 2006 01:21:48 +0000
(
01:21
+0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 038ce5b03b9a73fc04ef6cfb469dee210cac8a78..075e05b0e132f28f47223903b61469e44989afb9 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-22358,7
+22358,10
@@
note_mouse_highlight (f, x, y)
}
if (part == ON_VERTICAL_BORDER)
- cursor = FRAME_X_OUTPUT (f)->horizontal_drag_cursor;
+ {
+ cursor = FRAME_X_OUTPUT (f)->horizontal_drag_cursor;
+ help_echo_string = make_string ("drag-mouse-1: resize", 20);
+ }
else if (part == ON_LEFT_FRINGE || part == ON_RIGHT_FRINGE
|| part == ON_SCROLL_BAR)
cursor = FRAME_X_OUTPUT (f)->nontext_cursor;